projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df765be
)
(isearch-process-search-multibyte-characters): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Fri, 7 Aug 1998 05:04:36 +0000
(
05:04
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 7 Aug 1998 05:04:36 +0000
(
05:04
+0000)
lisp/international/isearch-x.el
patch
|
blob
|
history
diff --git
a/lisp/international/isearch-x.el
b/lisp/international/isearch-x.el
index 330818215141a6aa70d3f5ce7a8e60a716a9abfd..4b5342177610089104f5fd8351740ad3023d2e1f 100644
(file)
--- a/
lisp/international/isearch-x.el
+++ b/
lisp/international/isearch-x.el
@@
-106,8
+106,9
@@
nil
current-input-method))
(if (and str (> (length str) 0))
- (isearch-process-search-string str str))
- (isearch-update))
+ (let ((unread-command-events nil))
+ (isearch-process-search-string str str))
+ (isearch-update)))
(isearch-process-search-char last-char)))
;;; isearch-x.el ends here